| Structural Tags | |||
| Division | <div> | align="right/left/center" | </div> |
| class="classname" | |||
| Span | <span> | </span> | |
| class="classname" | |||
| Basic Text Tags | |||
| Line Break | </br> or <br /> | clear="left/right/all" | </br> |
| Paragraph | <p> | align="center/right" | </p> |
| Bold | <b> | none | </b> |
| Italic | <i> | none | </i> |
| Typewriter Text | <tt> | none | </tt> |
| Headline | <h1> <h2> <h3> <h4> <h5> <h6> |
align="center/right" | </h1-6> |
| Font | <font> | face="name, name" | </font> |
| size="+/-value/fixed size" | |||
| color="color value" | |||
| Note: phased out in favor of CSS styles. | |||
| Horizontal Rule | <hr> or <hr /> | size="XX" | </hr> |
| width="XX/XX%" | |||
| noshade | |||
| Block Quote | <blockquote> | none | </blockquote> |
| List Tags | |||
| Unordered List | <ul> | type="disc/circle/square" | </ul> |
| Ordered List | <ol> | type="I/A/1/a/i" | </ol> |
| start="value to start counting at" | |||
| List Item | <li> | type=all ul and ol options | </li> |
| Definiton List | <dl> | none | </dl> |
| Definition List Item | <dt> | none | </dt> |
| Definition List Definition | <dd> | none | </dd> |
| Link Tags | |||
| Anchor Link / Mark | <a> | href="filename" | </a> |
| target="windowname" | |||
| name="markname" | |||
| Image Tags | |||
| Insert Image | <img> or <img /> | src="filename" | </img> |
| align="left/right" | |||
| width="999" | |||
| height="999" | |||
| alt="text that desribes image" | |||
| ISMAP | |||
| USEMAP="#mapname" | |||
| Client-side Imagemap Tags | |||
| Define Map | <map> | name="mapname" | </map> |
| Area Definition | <area> | shape="rect/circle/poly/point" | </area> |
| coords="X,Y,X,Y" | |||
| href="imagename" | |||
| Table Tags | |||
| Table | <table> | border="X" | </table> |
| width="XX/X%" | |||
| cellspacing="XX" | |||
| cellpadding="XX" | |||
| bgcolor="color value" background="filename" | |||
| Table Row | <tr> | align="left/center/right" | </tr> |
| valign="top/middle/bottom" | |||
| bgcolor="color value" | |||
| Table Data | <td> | align="left/center/right" | </td> |
| valign="top/middle/bottom" | |||
| width=X | |||
| nowrap | |||
| colspan="X" | |||
| rowspan="X" | |||
| bgcolor="color value" | |||
| Table Header | <th> | align="left/center/right" | </th> |
| valign="top/middle/bottom" | |||
| width=X | |||
| nowrap | |||
| colspan="X" | |||
| rowspan="X" | |||
| bgcolor="color value" | |||
| Table Footer | <tfoot> | align="left/center/right" | </tfoot> |
| valign="top/middle/bottom" | |||
| width=X | |||
| nowrap | |||
| colspan="X" | |||
| rowspan="X" | |||
| bgcolor="color value" | |||
| Caption | <caption> | align="left/center/right" | </caption> |
| valign="top/middle/bottom" | |||
| Form Tags | |||
| Form | <form> | method=get/put | </form> |
| action="programname" | |||
| Input Field | <input> | name="variablename" | </input> |
| type=text/password/ | |||
| checkbox/radio/submit/ | |||
| reset/image | |||
| Selection List | <select> | name="variablename" | </select> |
| size=XX | |||
| multiple | |||
| Selection Option | <option> | none | </option> |
| Scrolling Text Field | <textarea> | name="variablename" | </textarea> |
| rows=XX | |||
| cols=XX | |||
| Button | <button> | </option> | |
| Misc Tags | |||
| Comment | <!-- | none | --> |
| Preformatted text | <pre> | none | </pre> |
| Example text | <xmp> | none | </xmp> |
| MS I Frame | <iframe> | url, alignment, scrolling | </iframe> |
| Java Applet | <applet> | various | </applet> |
| Object | <object> | various | <object> |
| Object Paramater | <param> | various | </param> |
| Depricated but still used | |||
| Center | <center> | various | </center> |
| Italic | <i> | various | </i> |
| Bold | <b> | various | </b> |
| Emphasis | <em> | various | </em> |
| Strike through | <s> | various | </s> |
| Underline | <u> | various | </u> |